/* Section1: Theme START*/
.theme {
  padding-top: 170px;
  padding-bottom: 30px;
}

.theme .container {
  display: flex;
  justify-content: center;
}

.blackText {
  background: black;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.theme-title h1 {
  width: 100%;
}

.theme-subtitle-1 {
  width: 100%;
  color: #775628;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: calc(100% + 4px);
}

.theme-sub-title {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.theme-1 {
  border: none;
  padding: 8px 30px 8px 30px;
  background: linear-gradient(85deg, #775628 0%, #c07f00 35%, #ffd95a 71%, #fff7d4 100%);
  border-radius: 40px;
  color: white !important;
  margin-right: 40px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.theme-1:hover,
.theme-1:focus,
.theme-1:active {
  outline: none;
  border: solid 3px transparent;
  padding: 5px 27px 5px 27px;
  background-image: linear-gradient(90deg, rgba(119, 86, 40, 0.35) 0%, rgba(192, 127, 0, 0.35) 35%, rgba(255, 217, 90, 0.35) 71%, rgba(255, 247, 212, 0.35) 100%), linear-gradient(90deg, #775628 0%, #c07f00 35%, #ffd95a 71%, #fff7d4 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px rgba(255, 255, 255, 0.95) inset;
  color: #775628 !important;
  outline: none;  
}

.theme-2 {
  border: none;
  margin-right: 0px;
  background: var(--gra2);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.theme-2:hover,
.theme-2:focus,
.theme-2:active {
  outline: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.data-img {
  width: 100%;
}

@media (max-width: 991px) {
  .theme {
    padding-top: 120px;
  }

  .theme-sub-title {
    margin-top: 15px;
  }

  .theme-1,
  .theme-2 {
    padding: 8px 20px 8px 20px;
  }
}

@media (max-width: 768px) {
  .theme-sub-title {
    margin-top: 15px;
  }
}

/* ============================
Section1: Theme END
==============================*/


/* Section2: Services START*/
.service {
  margin-top: 10%;
}

.service-title {
  text-align: center;
  background: var(--gra7);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-title-1 {
  background: var(--gra2);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.category-lists-slider .container {
  width: 100%;
  position: relative;
  border-bottom: 3px solid #7A5B2A;
  display: flex;
  justify-content: center;
  margin-top: 3%;
}

.category-button {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  background: var(--gra7);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px 30px;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  user-select: none;
  margin-bottom: 10px;
  margin-left: 30px;
}

.category-button.active {
  background: var(--gra2);
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #fff;
}

.img-ser {
  width: 65%;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 1200px) {
  .category-button {
    font-size: 18px;
    font-weight: 600;
    padding: 8px 20px;
  }
}

@media (max-width: 991px) {
  .category-button {
    font-size: 14px;
    font-weight: 600;
    padding: 8px 20px;
    margin-left: 25px;
  }
}

@media (max-width: 768px) {
  .category-button {
    font-size: 12px;
    font-weight: 600;
    padding: 8px 15px;
    margin-left: 20px;
  }
}

@media (max-width: 530px) {
  .category-button {
    font-size: 12px;
    font-weight: 600;
    padding: 8px 15px;
    line-height: 15px;
    margin-left: 10px;
  }
}

@media (max-width: 400px) {
  .category-button {
    font-size: 10px;
    font-weight: 600;
    padding: 8px 10px;
    line-height: 13px;
    margin-left: 5px;
  }
}

@media (max-width: 300px) {
  .category-button {
    font-size: 8px;
    font-weight: 600;
    padding: 8px 8px;
    line-height: 10px;
    margin-left: 2px;
  }
}

.data-text {
  display: none;
}

.data-text.active {
  display: block;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.ser-img {
  float: left;
}

.ser-title {
  height: 60px;
  width: 100%;
  background: var(--gra2);
  border-radius: 100px 0px 0px 100px;
  display: inline-block;
  margin-top: 20%;
  overflow: hidden;
}

.ser-title-text h3 {
  font-weight: 700;
  background: var(--GRA5, linear-gradient(90deg, #FFD95A 0%, #FFF 99%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 17px;
  margin-left: 40px;
}

.ser-text {
  margin-top: 30px;
  font-size: calc(100% - 2px);
  text-align: right;
}

@media (max-width: 1200px) {
  .ser-title {
    height: 55px;
  }

  .ser-title-text h3 {
    margin-top: 14px;
  }

  .ser-text {
    text-align: left;
  }
}

@media (max-width: 991px) {
  .ser-title {
    height: 50px;
    margin-top: 10%;
  }

  .ser-title-text h3 {
    margin-top: 12px;
  }

  .ser-text {
    font-size: 13px;
    text-align: left;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .ser-title {
    height: 40px;
    margin-top: 0px;
    margin-left: 30%;
    width: 70%;
  }

  .ser-title-text {
    font-weight: 600;
    font-size: 18px;
    margin-top: 8px;
  }

  .ser-text {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .ser-title {
    height: 35px;
    width: 70%;
    margin-top: 5px;
    margin-left: 30%;
  }

  .ser-title-text h3 {
    margin-top: 5px;
  }

  .ser-text {
    text-align: justify;
    margin-bottom: 30px;
  }
}

/* ================================
Background: Area
======================================*/
.container {
  position: relative;
}

.bgr {
  position: absolute;
  width: 654px;
  height: 654px;
  transform: rotate(125.181deg);
  flex-shrink: 0;
  border-radius: 654px;
  opacity: 0.3;
  filter: blur(183px);
  z-index: -1;
  background: var(--ccds-gradient, linear-gradient(90deg, #775628 0%, #C07F00 35%, #FFD95A 71%, #FFF7D4 100%));
}

.position-1 {
  top: 38%;
  right: -500px;
}

.position-2 {
  top: 90%;
  left: -500px;
}

/* ================================
Section: Area
======================================*/
.area {
  margin-top: 3%;
}

.area .contain-area {
  border-radius: 50px;
  background: var(--gra7, linear-gradient(90deg, #7B5926 0%, #404040 99%));
  padding-top: 10px;
  padding-bottom: 2%;
}

.field-title {
  font-size: calc(100% - 1px);
  font-style: italic;
  text-align: center;
  background: var(--GRA5, linear-gradient(90deg, #FFD95A 0%, #FFF 99%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 30px;
}

.field .container {
  margin-top: 30px;
}

.field .col-24 {
  width: 20%;
}

.field-text {
  font-size: calc(100% - 2px);
  font-weight: 600;
  text-align: center;
  background: var(--gra8, linear-gradient(90deg, #FFF7D4 0%, #FFF 99%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 30px;
}

@media (max-width: 992px) {
  .field-title {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .field-title {
    margin-top: 0;
  }

  .field-text {
    font-size: 12px;
  }

  .field .col-24 {
    width: 33%;
    padding: 10px;
  }

  .area .contain-area {
    width: 94%;
  }
}


/*=====================================
Section: Value
==========================================*/

.value {
  margin-top: 7%;
  padding-bottom: 30px;
  padding-top: 30px;
}

.text-1 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 20px;
  background: var(--gra2);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  padding: 20px;
}

.text-2,
.text-3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 37px;
  text-align: center;
  background: var(--gra2);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  float: right;
}

.value-measure {
  margin-top: 30px;
}

.value-measure .item {
  margin-left: 15px;
  margin-right: 15px;
}

.circle-1 {
  background: linear-gradient(124deg, #775628 15.18%, #C07F00 49.01%, #FFD95A 83.8%, #FFF7D4 111.82%);
  border: 3px solid #FFFFFF;
  border-radius: 100px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 34px;
  text-align: center;
  color: #FFFFFF;
  padding: 30px;
  padding-top: 32px;
  margin-top: -30px;
}

.circle-1>span {
  font-size: 20px;
  line-height: 22px;
}

.cir-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  color: #775628;
  text-align: center;
  margin-top: 5px;
}

.circle-2 {
  background: linear-gradient(113deg, #775628 -45.09%, #C07F00 12.21%, #FFD95A 71.15%, #FFF7D4 118.62%);
  border: 3px solid #FFFFFF;
  border-radius: 100px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
  padding: 47px 33px 49px 37px;
}

.circle-2>span {
  font-size: 22px;
  line-height: 22px;
}

.circle-3 {
  background: linear-gradient(111deg, #775628 -64.16%, #C07F00 -4.72%, #FFD95A 56.42%, #FFF7D4 105.67%);
  border: 3px solid #FFFFFF;
  border-radius: 100px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
  padding: 47px 30px 49px 35px;
  margin-top: -30px;
}

.circle-3>span {
  font-size: 22px;
  line-height: 22px;
}

@media (max-width: 768px) {
  .text-1,
  .text-2,
  .text-3 {
    font-size: 17px;
    line-height: 26px;
  }

  .cir-text {
    font-size: 11px;
  }

  .circle-1 {
    font-size: 32px;
    line-height: 28px;
    padding: 25px;
  }

  .circle-1>span,
  .circle-2>span,
  .circle-3>span {
    font-size: 18px;
    line-height: 22px;
  }

  .circle-2 {
    font-size: 32px;
    line-height: 28px;
    padding: 37px 23px 39px 27px;
  }

  .circle-3 {
    font-size: 32px;
    line-height: 28px;
    padding: 37px 23px 35px 28px;
  }
}

@media (max-width: 400px) {
  .text-1,
  .text-2,
  .text-3 {
    font-size: 14px;
    line-height: 26px;
  }

  .cir-text {
    font-size: 8px;
  }

  .circle-1 {
    font-size: 24px;
    line-height: 24px;
    padding: 17px;
  }

  .circle-1>span,
  .circle-2>span,
  .circle-3>span {
    font-size: 14px;
    line-height: 14px;
  }

  .circle-2 {
    font-size: 24px;
    line-height: 24px;
    padding: 27px 15px 29px 20px;
  }

  .circle-3 {
    font-size: 24px;
    line-height: 24px;
    padding: 27px 13px 25px 18px;
  }

  .value-measure .item {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (max-width: 300px) {
  .text-1,
  .text-2,
  .text-3 {
    font-size: 10px;
    line-height: 12px;
  }

  .cir-text {
    font-size: 7px;
  }

  .circle-1 {
    font-size: 20px;
    line-height: 20px;
    padding: 12px;
  }

  .circle-1>span,
  .circle-2>span,
  .circle-3>span {
    font-size: 10px;
    line-height: 10px;
  }

  .circle-2 {
    font-size: 20px;
    line-height: 20px;
    padding: 22px 15px 24px 17px;
  }

  .circle-3 {
    font-size: 20px;
    line-height: 20px;
    padding: 22px 12px 20px 15px;
  }

  .value-measure .item {
    margin-left: 3px;
    margin-right: 3px;
  }
}
